


#swiper {
    display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;/* Firefox 17- */
    display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;/* Firefox 18+ */
    display: -ms-flexbox;/* IE 10 */
    display: flex;
    justify-content: center;
}






/*fullpage*/

.swiper-content {
    width: 100%;
    height: 100%;
    background: #fff;
}
.swiper-content .inner {
    padding: 20px 70px;
    margin-top: 200px;
}
.swiper-content h1 {
    margin: 0 0 15px;
    font-size: 40px;
    color:#ffffff;
}
.swiper-content .movie-pic {
    float: left;
    border-radius: 5px;
    box-shadow: 0px 1px 2px #000;
    width: 110px;
    height: auto;
}
.swiper-content .movie-text {
    color:#ffffff;
    width: 100%;
    line-height: 32px;
    max-width: 520px;
    margin:0;
}
.swiper-nav {
    height: 195px;
    position: absolute;
    left: 0;
    top: 20%;
    width: 100%;
}
.swiper-nav:after{
    border-bottom: 1px dashed rgba(255,255,255,0.3);
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    top:113px;
    left:0;
    right:0;
}
.swiper-nav .swiper-slide {
    width: 150px;
    height: 165px;
    text-align: center;
    position: relative;
}
.swiper-nav .swiper-slide, .swiper-nav .angle {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.swiper-nav .angle {
    width: 18px;
    height: 18px;
    background: url(../images/circle.png) no-repeat;
    background-size:100%;
    position: absolute;
    top:85px;
    left:50%;
    margin-top:20px;
    transform: translateX(-50%);

}
.swiper-navs{
    height: 0
}
.swiper-nav .active-nav {

}
.swiper-nav .active-nav .angle {
    background: url(../images/circle-bg.png) no-repeat;
    background-size:100%;
}
.swiper-nav .swiper-wrapper {
    margin: 0 auto;
}
.swiper-nav img {
    width: 80px;
    height: 80px;
    margin:0 auto;
    cursor: pointer;
}
.swiper-nav .title {
    margin: 0 5px;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.yg-more {
    width: 140px !important;
    display: block;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 10000px;
    margin-top: 40px;
    letter-spacing: 1px;
    position: relative;
    transition: .3s;
    overflow: hidden;
	
}
.yg-more a {
  color: #ffffff !important;
  display: block;
  padding: 6px 0;
  text-align: center;
}
.dig{
    opacity: 1!important;
    height: auto!important;
}

.yg-more:hover .btn-iner {
    width: 140%;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.yg-more:hover {
    border: 1px solid #ee7300;
    background: #ee7300;
}

.yg-more:hover a {
    color: #ffffff !important;
}
